
.footer .footer-links {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-left: 0;
    margin-bottom: 0px;
}

.footer-cont001 {
    background:#6A7984;
    padding-top: 25px;
    padding-bottom:3px;
}

.footer-links .dropdown {
    transition: 0.3s;
    float: left;
}

.footer .footer-links>li>a {
    color: #FFFFFF;
    font-size: 16px;
}
.foot-jc {
    width: 100px;
    height: 50px;
}
.link {
    background: #4F5E69 ;
    padding: 16px 0;
}

.footer-links .dropdown:hover .caret {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.footer-links li a label {
    margin-bottom: 0;
}

.dropup .caret {
    border-top: 0;
    border-bottom: 6px solid\9;
    border-bottom: 6px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    color: #fff;
}

.footer .footer-links .dropdown-menu {
    border-radius: 0;
    max-height: 300px;
    overflow-y: auto;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.foot-txt p {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 26px;
    text-align: center;
}
.foot-txt p:last-child span,.foot-txt p:last-child a:nth-child(2){
    padding-right:80px;
}
.foot-dz {
    width: 50px;
    display: block;
    margin-right: 30px;
    margin-left:50px; 
}
.foot-jb{
    width: 97px;
    margin-top: 7px;
}
.icon-footer {
overflow: hidden;
    display: flex;
    justify-content: center;
    margin-bottom:30px;
}

.icon-footer a {
    float: left;
}



.foot-txt p span {
    padding: 0 15px;
}

.foot-txt p a {
    color: #FFFFFF;
}

.footer-info {
    position: relative;

}
.footer03{
   border-top: 1px solid rgba(255,255,255,.12);
   color: rgba(255,255,255,.4);
   font-size: 16px;
   text-align: center;
   padding: 33px 0;
   background: #6A7984;
}


/* 侧边栏 */
.share1 {
    position: fixed;
    bottom: 240px;
    right: 20px;
    z-index: 999;
}

.share1>ul>li {
    width: 58px;
    height: 58px;
    padding: 10px;
    line-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    list-style: none;
    border-radius: 50%;
    margin: 0 auto 10px;
    cursor: pointer;
    position: relative;
    background: #cbb486 !important;
}

.share1>ul>li>i,
.share1>ul>li>a>i {
    font-size: 34px;
    color: #fff !important;
}

.share-show {
    position: absolute;
    border: 1px solid #cbb486;
    padding: 12px;
    background: #fff;
    padding: 11px 10px;
    right: 68px;
    top: -10px;
    display: none;
    border-radius: 3px;
}

.wx-show {
    left: -156px;
}

.wx-show p {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 8px;
}

.share-show img {
    max-width: 100%;
    width: inherit;
}

.app-show ul {
    display: flex;
    padding-left: 0;
    flex-direction: row;
}

.share-show ul li {
    margin: 0 12px;
    float: left;
    width: 100px;
    height: 120px;
}

.app-show ul li img {
    width: 92%;
}

.share1 ul li:hover .share-show,
.share1 ul li:active .share-show,
.share1 ul li:focus .share-show {
    display: block;
}

.wx-show:after,
.app-show:after,
.fenxiang-show:after,
.dy-show:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 1px solid rgba(202, 180, 132, 1);
    border-left: 1px solid rgba(202, 180, 132, 1);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(134deg);
    transform: rotate(135deg);
    display: block;
    position: absolute;
    right: -4%;
    top: 30px;
}

.fenxiang-show {
    top: 3px;
}

.fenxiang-show:after {
    right: -3.3%;
    top: 17px;
}

.wm label {
    color: #FFFFFF;
    display: block;
}

.wm label:first-child {
    margin-bottom: 20px;
}

.wm img {
    width: 69px;
    height: 68px;
    float: left;
    margin-right: 25px;
}

.wm span {
    float: left;
}

@media (max-width: 1199px) {
.foot-txt p:last-child span, .foot-txt p:last-child a:nth-child(2) {
    padding-right: 30px;
}
}
@media (max-width: 991px) {
    .icon-footer {
        display: flex;
        justify-content: center;
    }
}

@media (max-width:767px) {
    .footer-links {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .footer-links li a {
        white-space: nowrap;
        padding: 0 30px;
    }

    .footer-links li {
        margin-bottom: 10px;
    }

    .footer {
        background-size: cover;
    }
}

@media (max-width:580px) {
    .footer-links li {
        margin-bottom: 10px;
        float: left;
        width: 50%;
        padding: 5px 11px;
    }

    .footer .footer-links {
        display: block;
        margin: 0 -11px;
    }

    .link {
        padding: 12px 0;
        padding-bottom: 0;
    }

    .footer-links li a {
        padding: 0;
    }

    .dropup .caret {
        float: right;
        margin-top: 7px;
    }

    .footer-links li .dropdown-menu li {
        width: 100%;
    }

    .foot-txt p {
        margin-bottom: 15px;
    }

    .foot-txt p span ,.foot-txt p:last-child span, .foot-txt p:last-child a:nth-child(2){
        display: block;
        padding: 0;
    }

}
@media (max-width:480px) {
.foot-txt p,.footer .footer-links>li>a{
    font-size: 14px;
}
.footer03{
    padding: 15px 0;
    font-size: 14px;
}
.foot-dz {
    margin-right: 10px;
    margin-left: 15px;
}
}
@media (max-width:380px) {
    .footer-links li a label {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 87%;
    }
}
